home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the-kitchen-of-doom.swf / scripts / DefineSprite_962 / frame_11 / PlaceObject2_936_623 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2008-03-14  |  208b  |  11 lines

  1. onClipEvent(load){
  2.    point1 = _parent.pt11._x;
  3.    point2 = _parent.pt12._x;
  4.    currEnemies = 0;
  5.    maxEnemies = 1;
  6.    interval = 0;
  7.    spawnWait = 1000;
  8.    spawnInterval = 6000;
  9.    spawnDir = 1;
  10. }
  11.